VerticalPosition Enumeration
Represents the vertical alignment of a frame relative to a specific area.
Namespace: Independentsoft.Office.Odf.StylesAssembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
public enum VerticalPosition
Public Enumeration VerticalPosition
| Top | 0 |
The top of the frame is aligned with the reference area.
|
| Middle | 1 |
The middle of the frame is aligned with the reference area.
|
| Bottom | 2 |
The bottom of the frame is aligned with the reference area.
|
| FromTop | 3 |
The y attribute associated with the frame element specifies the vertical position of the frame. Otherwise, the y attribute is ignored for text documents.
|
| Below | 4 |
The top corner of the frame is positioned below the reference area.
|
| None | 5 |
None.
|